Package com.cisco.pt.ipc.sim.impl
Class HTTPBackgroundClientImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.HTTPClientImpl
com.cisco.pt.ipc.sim.impl.HTTPBackgroundClientImpl
- All Implemented Interfaces:
IPCObject,HTTPBackgroundClient,HTTPClient,Process
Information provided by the PKI file:
\class CHttpBackgroundClient
\brief CHttpBackgroundClient handles and manipulates the HTTP on devices.
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionHTTPBackgroundClientImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.sim.impl.HTTPClientImpl
cancel, getLastPageContent, go, http_delete, http_get, http_post, http_put, isHttps, setHttpsMethods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.sim.HTTPClient
cancel, getLastPageContent, go, http_delete, http_get, http_post, http_put, isHttps, setHttpsMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
HTTPBackgroundClientImpl
public HTTPBackgroundClientImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-